home *** CD-ROM | disk | FTP | other *** search
- /*
- ** BitmapLoader.h - 13. juli 1998 - Nikolaj Thygesen
- ** -----------------------------------------------------
- */
-
- #ifndef BITMAPLOADER_H
- #define BITMAPLOADER_H
-
- extern unsigned long ASM IdentifyLoader(
- A0 char *
- );
- extern struct PebbleHandle * ASM OpenLoader(
- A0 char *,
- A1 unsigned *,
- A2 unsigned *,
- D0 struct Library *
- );
- extern enum RCode ASM LoaderScanline(
- A0 struct PebbleHandle *,
- A1 PixelARGB *,
- A2 unsigned *
- );
- extern void ASM AbortLoader(
- A0 struct PebbleHandle *
- );
- extern void ASM CloseLoader(
- A0 struct PebbleHandle *
- );
-
- #ifdef DIAMONDBOX_MAINPROGRAM
- #include "proto/BitmapLoader.pragma"
- #endif
- #endif
-
- /* End Of File.*/
-